home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMFILESMODIFIED / TFRMFILESMODIFIED.txt < prev   
Text File  |  2008-08-19  |  1KB  |  75 lines

  1. object FrmFilesModified: TFrmFilesModified
  2.   Left = 337
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'Twistpad'
  6.   ClientHeight = 265
  7.   ClientWidth = 375
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 4
  22.     Width = 281
  23.     Height = 28
  24.     AutoSize = False
  25.     Caption = 
  26.       'The following file(s) have been modified outside Twistpad. Do yo' +
  27.       'u want to reload them?'
  28.     WordWrap = True
  29.   end
  30.   object Image1: TImage
  31.     Left = 6
  32.     Top = 245
  33.     Width = 16
  34.     Height = 16
  35.     AutoSize = True
  36.     Picture.Data = {<image000.bmp>}
  37.     Transparent = True
  38.   end
  39.   object Label2: TLabel
  40.     Left = 27
  41.     Top = 247
  42.     Width = 315
  43.     Height = 13
  44.     Caption = 'Please note that any changes made to the documents will be lost.'
  45.   end
  46.   object Button1: TButton
  47.     Left = 296
  48.     Top = 32
  49.     Width = 70
  50.     Height = 23
  51.     Caption = '&Yes'
  52.     Default = True
  53.     ModalResult = 6
  54.     TabOrder = 0
  55.   end
  56.   object Button2: TButton
  57.     Left = 296
  58.     Top = 60
  59.     Width = 70
  60.     Height = 23
  61.     Caption = '&No'
  62.     ModalResult = 7
  63.     TabOrder = 1
  64.   end
  65.   object CSListBox1: TCSListBox
  66.     Left = 8
  67.     Top = 34
  68.     Width = 279
  69.     Height = 207
  70.     ItemHeight = 13
  71.     MultiSelect = True
  72.     TabOrder = 2
  73.   end
  74. end
  75.